slbCreate
Description
slbCreate
Request Method
POST
Request Path
/customer/slb/create
Request Parameters Common Parameters
| Name | Location | Type | Required | Sample value | Description |
|---|---|---|---|---|---|
| chargingMethod | BODY | string | No | No sample value for this parameter. | PayByBandwidth 、PayByTraffic |
| period | BODY | integer | No | No sample value for this parameter. | No description for this parameter. |
| cost | BODY | number | No | No sample value for this parameter. | No description for this parameter. |
| quantity | BODY | integer | No | No sample value for this parameter. | No description for this parameter. |
| bandwidth | BODY | integer | Yes | No sample value for this parameter. | No description for this parameter. |
| instanceName | BODY | string | Yes | No sample value for this parameter. | No description for this parameter. |
| billingMethod | BODY | string | Yes | No sample value for this parameter. | No description for this parameter. |
| instanceType | BODY | string | Yes | No sample value for this parameter. | No description for this parameter. |
| voucherInstanceId | BODY | string | No | No sample value for this parameter. | voucher |
| couponInstanceId | BODY | string | No | No sample value for this parameter. | coupon |
| autoRenewalFlag | BODY | boolean | Yes | No sample value for this parameter. | No description for this parameter. |
| vSwitchId | BODY | string | No | No sample value for this parameter. | No description for this parameter. |
| vpcId | BODY | string | Yes | No sample value for this parameter. | No description for this parameter. |
| pricingCycle | BODY | string | No | No sample value for this parameter. | No description for this parameter. |
| networkType | BODY | string | Yes | No sample value for this parameter. | No description for this parameter. |
Return data
| Name | Type | Sample value | Description |
|---|---|---|---|
| result | object | `No sample value for this parameter.` | No description for this parameter. |
| resultCode | string | No sample value for this parameter. | No description for this parameter. |
| resultMsg | string | No sample value for this parameter. | No description for this parameter. |
Example
Successful Response example
"The successful response sample is not recognizable. Please modify API definition in API gateway before re-create the API document."
Failed Response example
{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}
}